net/http.http2Framer.AllowIllegalWrites (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1704: 	AllowIllegalWrites bool
		h2_bundle.go#L2085: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2092: 		if !f.AllowIllegalWrites {
		h2_bundle.go#L2395: 	if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
		h2_bundle.go#L2509: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2531: 		if !http2validStreamIDOrZero(v) && !f.AllowIllegalWrites {
		h2_bundle.go#L2599: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2639: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2676: 	if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2775: 	if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2789: 	if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {